
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.text
{
    color: white;
	margin-left: 10em;
	margin-right: 10em;


}

.textlarge
{
    color: white;
	font-size: 16;
	margin-left: 10em;
	margin-right: 10em;

}

.textquest
{
    color: white;
	font-weight: bold;
	font-size: 16;
	margin-left: 10em;
	margin-right: 10em;

}

.textanswer
{
    color: white;	
	font-size: 16;
	margin-left: 10em;
	margin-right: 10em;

}


.header
{
	color: white;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	
}

.visa
{
    border-style: solid;
    border-radius: 5px;
    border-color: #BD3CE9;
    width: 221;
	opacity: 85%;    
    
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.visa:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 110%;
	box-shadow: 0 0 35px #BD3CE9;
}

.paypal
{
    border-style: solid;
    border-radius: 5px;
    border-color: #1e9bff;
    width: 220;
	opacity: 85%;    
    
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.paypal:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 110%;
	box-shadow: 0 0 35px #1e9bff;
}

.westernunion
{
    border-style: solid;
    border-radius: 5px;
    border-color: #FCFE27;
    width: 230;
	opacity: 85%;    
    
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.westernunion:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 110%;
	box-shadow: 0 0 35px #FCFE27;
}





a.menu
{
	position: relative;
	background: #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 20px 30px;
	
	transition: 0.5s;
    position: relative;
	z-index: 1;
    
}
a.menu:hover 
{
	background: var(--clr);
	color: var(--clr);
	letter-spacing: 0.25em;
	box-shadow: 0 0 35px var(--clr);
}
a.menu:before 
{
	content: '';
	position: absolute;
	inset: 2px;
	background: #27282c;
}
span 
{
	position: relative;
	z-index: 1;
}
i 
{
	position: absolute;
	inset: 0;
	display: block;
}
i::before 
{
	content: '';
	position: absolute;
	top: 0;
	left: 80%;
	width: 10px;
	height: 4px;
	background: #27282c;
	transform: translateX(-50%) skewX(325deg);
	transition: 0.5s;
}
a.menu:hover i::before 
{
	width: 20px;
	left: 20%;
}
i::after 
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 10px;
	height: 4px;
	background: #27282c;
	transform: translateX(-50%) skewX(325deg);
	transition: 0.5s;
}
a.menu:hover i::after 
{
	width: 20px;
	left: 80%;
}



.img:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

a.one:link {
	color:#fff;
	font-size: 12;
	text-decoration: none;


}
a.one:visited {color:#fff;
	text-decoration: none;}
a.one:hover {color:#ffcc00;
	text-decoration: none;}


a.large:link {
	color:#fff;
	font-size: 12;
	text-decoration: none;


}
a.large:visited {color:#fff;
	text-decoration: none;}
a.large:hover {color:#ffcc00;
	text-decoration: none;}


a.large1:link {
	color:#fff;
	font-size: 16;
	text-decoration: none;


}
a.large1:visited {color:#fff;
	text-decoration: none;}
a.large1:hover {color:#ffcc00;
	text-decoration: none;}


a.i:link {
	text-decoration: none;
	

}

.visaimg
{
	border-radius: 10px;
	max-width: 750;

}
